Html Css Color HEX #263B62 Catalina Blue

📋 copy color: '#263B62'

red 38 ◦ green 59 ◦ blue 98

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

Shades of Catalina Blue #263B62

Tints of Catalina Blue #263B62

RGB

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

 GREEN value IS 59 (23.44% from 255) = 30.26%

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

R = 19.49%
G = 30.26%
B = 50.26%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263B62 (or 0x263B62) is known color: Catalina Blue. HEX triplet: 26, 3B and 62. RGB value is (38,59,98). Sum of RGB (Red+Green+Blue) = 38+59+98=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #263B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B62 is #D9C49D. Grayscale: #383838. Windows color (decimal): -14271646 or 6437670. OLE color: 6437670.

HSL color Cylindrical-coordinate representation of color #263B62: hue angle of 219º 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 #263B62 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 59 98 -
CMYK 0.61 0.40 0 0.62
HSL 219º 0.44% 0.27% -
HSV(B) 219º 0.61% 0.38% -
XYZ 4.57 4.42 12.17 -
YUV 57.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 38 59 98 0.61 0.40 0 0.62 219 0.44 0.27
Hex 26 3B 62 3D 28 0 3E DB 2C 1B
Octal 46 73 142 75 50 0 76 333 54 33
Binary 100110 111011 1100010 111101 101000 0 111110 11011011 101100 11011

Color Harmonies of #263B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B62

Black with #263B62

Text Example


Text Example

White with #263B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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