Html Css Color HEX #263D62 Catalina Blue

📋 copy color: '#263D62'

red 38 ◦ green 61 ◦ blue 98

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

Shades of Catalina Blue #263D62

Tints of Catalina Blue #263D62

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.96%

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

R = 19.29%
G = 30.96%
B = 49.75%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263D62 (or 0x263D62) is known color: Catalina Blue. HEX triplet: 26, 3D and 62. RGB value is (38,61,98). Sum of RGB (Red+Green+Blue) = 38+61+98=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #263D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263D62 is #D9C29D. Grayscale: #3A3A3A. Windows color (decimal): -14271134 or 6438182. OLE color: 6438182.

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

Color convert

RGB 38 61 98 -
CMYK 0.61 0.38 0 0.62
HSL 217º 0.44% 0.27% -
HSV(B) 217º 0.61% 0.38% -
XYZ 4.67 4.63 12.2 -
YUV 58.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 38 61 98 0.61 0.38 0 0.62 217 0.44 0.27
Hex 26 3D 62 3D 26 0 3E D9 2C 1B
Octal 46 75 142 75 46 0 76 331 54 33
Binary 100110 111101 1100010 111101 100110 0 111110 11011001 101100 11011

Color Harmonies of #263D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263D62

Black with #263D62

Text Example


Text Example

White with #263D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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