Html Css Color HEX #26365B Catalina Blue

📋 copy color: '#26365B'

red 38 ◦ green 54 ◦ blue 91

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

Shades of Catalina Blue #26365B

Tints of Catalina Blue #26365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.51%

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 20.77%
G = 29.51%
B = 49.73%

CMYK

 C value IS 0.58

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26365B (or 0x26365B) is known color: Catalina Blue. HEX triplet: 26, 36 and 5B. RGB value is (38,54,91). Sum of RGB (Red+Green+Blue) = 38+54+91=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #26365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26365B is #D9C9A4. Grayscale: #353535. Windows color (decimal): -14272933 or 5977638. OLE color: 5977638.

HSL color Cylindrical-coordinate representation of color #26365B: hue angle of 221.89º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #26365B is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 54 91 -
CMYK 0.58 0.41 0 0.64
HSL 221.89º 0.41% 0.25% -
HSV(B) 221.89º 0.58% 0.36% -
XYZ 4.01 3.81 10.42 -
YUV 53.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 38 54 91 0.58 0.41 0 0.64 221.89 0.41 0.25
Hex 26 36 5B 3A 29 0 40 DE 29 19
Octal 46 66 133 72 51 0 100 336 51 31
Binary 100110 110110 1011011 111010 101001 0 1000000 11011110 101001 11001

Color Harmonies of #26365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26365B

Black with #26365B

Text Example


Text Example

White with #26365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26365B; }

 p { color: rgb(38,54,91); }

 H1.HeaderClassName
 {
   color: #26365B;
 }
 .AnyTagClassName
 {
   color: #26365B;
 }
</style>

background-color css

<style>
 a { background-color: #26365B; }

 a { background-color: rgb(38,54,91); }

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

border-color css

<style>
 span { border-color: #26365B; }

 span { border-color: rgb(38,54,91); }

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