Html Css Color HEX #26385D Catalina Blue

📋 copy color: '#26385D'

red 38 ◦ green 56 ◦ blue 93

#26385D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #26385D

Tints of Catalina Blue #26385D

RGB

 RED value IS 38 (15.23% from 255) = 20.32%

 GREEN value IS 56 (22.27% from 255) = 29.95%

 BLUE value IS 93 (36.72% from 255) = 49.73%

R = 20.32%
G = 29.95%
B = 49.73%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#26385D (or 0x26385D) is known color: Catalina Blue. HEX triplet: 26, 38 and 5D. RGB value is (38,56,93). Sum of RGB (Red+Green+Blue) = 38+56+93=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #26385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26385D is #D9C7A2. Grayscale: #363636. Windows color (decimal): -14272419 or 6109222. OLE color: 6109222.

HSL color Cylindrical-coordinate representation of color #26385D: hue angle of 220.36º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #26385D is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 56 93 -
CMYK 0.59 0.40 0 0.64
HSL 220.36º 0.42% 0.26% -
HSV(B) 220.36º 0.59% 0.36% -
XYZ 4.19 4.03 10.91 -
YUV 54.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 38 56 93 0.59 0.40 0 0.64 220.36 0.42 0.26
Hex 26 38 5D 3B 28 0 40 DC 2A 1A
Octal 46 70 135 73 50 0 100 334 52 32
Binary 100110 111000 1011101 111011 101000 0 1000000 11011100 101010 11010

Color Harmonies of #26385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26385D

Black with #26385D

Text Example


Text Example

White with #26385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26385D; }

 p { color: rgb(38,56,93); }

 H1.HeaderClassName
 {
   color: #26385D;
 }
 .AnyTagClassName
 {
   color: #26385D;
 }
</style>

background-color css

<style>
 a { background-color: #26385D; }

 a { background-color: rgb(38,56,93); }

 div.DivClassName
 {
   background-color: #26385D;
 }
 .BgClassName
 {
   background-color: #26385D;
 }
</style>

border-color css

<style>
 span { border-color: #26385D; }

 span { border-color: rgb(38,56,93); }

 td.TdClassName
 {
   border-color: #26385D;
 }
 .TagClassName
 {
   border-color: #26385D;
 }
</style>