Html Css Color HEX #263962 Catalina Blue

📋 copy color: '#263962'

red 38 ◦ green 57 ◦ blue 98

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

Shades of Catalina Blue #263962

Tints of Catalina Blue #263962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.53%

 BLUE value IS 98 (38.67% from 255) = 50.78%

R = 19.69%
G = 29.53%
B = 50.78%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263962 (or 0x263962) is known color: Catalina Blue. HEX triplet: 26, 39 and 62. RGB value is (38,57,98). Sum of RGB (Red+Green+Blue) = 38+57+98=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #263962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263962 is #D9C69D. Grayscale: #373737. Windows color (decimal): -14272158 or 6437158. OLE color: 6437158.

HSL color Cylindrical-coordinate representation of color #263962: hue angle of 221º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #263962 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 57 98 -
CMYK 0.61 0.42 0 0.62
HSL 221º 0.44% 0.27% -
HSV(B) 221º 0.61% 0.38% -
XYZ 4.47 4.22 12.13 -
YUV 55.99 151.71 115.17 -
System Red Green Blue C M Y K H S L
Decimal 38 57 98 0.61 0.42 0 0.62 221 0.44 0.27
Hex 26 39 62 3D 2A 0 3E DD 2C 1B
Octal 46 71 142 75 52 0 76 335 54 33
Binary 100110 111001 1100010 111101 101010 0 111110 11011101 101100 11011

Color Harmonies of #263962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263962

Black with #263962

Text Example


Text Example

White with #263962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263962; }

 p { color: rgb(38,57,98); }

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

background-color css

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

 a { background-color: rgb(38,57,98); }

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

border-color css

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

 span { border-color: rgb(38,57,98); }

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