Html Css Color HEX #26375D Catalina Blue

📋 copy color: '#26375D'

red 38 ◦ green 55 ◦ blue 93

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

Shades of Catalina Blue #26375D

Tints of Catalina Blue #26375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

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

R = 20.43%
G = 29.57%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#26375D (or 0x26375D) is known color: Catalina Blue. HEX triplet: 26, 37 and 5D. RGB value is (38,55,93). Sum of RGB (Red+Green+Blue) = 38+55+93=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #26375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26375D is #D9C8A2. Grayscale: #363636. Windows color (decimal): -14272675 or 6108966. OLE color: 6108966.

HSL color Cylindrical-coordinate representation of color #26375D: hue angle of 221.45º 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 #26375D is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 38 55 93 -
CMYK 0.59 0.41 0 0.64
HSL 221.45º 0.42% 0.26% -
HSV(B) 221.45º 0.59% 0.36% -
XYZ 4.14 3.93 10.9 -
YUV 54.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 38 55 93 0.59 0.41 0 0.64 221.45 0.42 0.26
Hex 26 37 5D 3B 29 0 40 DD 2A 1A
Octal 46 67 135 73 51 0 100 335 52 32
Binary 100110 110111 1011101 111011 101001 0 1000000 11011101 101010 11010

Color Harmonies of #26375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26375D

Black with #26375D

Text Example


Text Example

White with #26375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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