Html Css Color HEX #253D67 Catalina Blue

📋 copy color: '#253D67'

red 37 ◦ green 61 ◦ blue 103

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

Shades of Catalina Blue #253D67

Tints of Catalina Blue #253D67

RGB

 RED value IS 37 (14.84% from 255) = 18.41%

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

 BLUE value IS 103 (40.63% from 255) = 51.24%

R = 18.41%
G = 30.35%
B = 51.24%

CMYK

 C value IS 0.64

 M value IS 0.41

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#253D67 (or 0x253D67) is known color: Catalina Blue. HEX triplet: 25, 3D and 67. RGB value is (37,61,103). Sum of RGB (Red+Green+Blue) = 37+61+103=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 61 (24.22% from 255 or 30.35% from 201); Blue value is 103 (40.62% from 255 or 51.24% from 201); Max value from RGB is 103 - color contains mainly: blue. Hex color #253D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253D67 is #DAC298. Grayscale: #3A3A3A. Windows color (decimal): -14336665 or 6765861. OLE color: 6765861.

HSL color Cylindrical-coordinate representation of color #253D67: hue angle of 218.18º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #253D67 is Cyan = 0.64, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 37 61 103 -
CMYK 0.64 0.41 0 0.60
HSL 218.18º 0.47% 0.27% -
HSV(B) 218.18º 0.64% 0.4% -
XYZ 4.88 4.71 13.48 -
YUV 58.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 37 61 103 0.64 0.41 0 0.60 218.18 0.47 0.27
Hex 25 3D 67 40 29 0 3C DA 2F 1B
Octal 45 75 147 100 51 0 74 332 57 33
Binary 100101 111101 1100111 1000000 101001 0 111100 11011010 101111 11011

Color Harmonies of #253D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D67

Black with #253D67

Text Example


Text Example

White with #253D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253D67; }

 p { color: rgb(37,61,103); }

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

background-color css

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

 a { background-color: rgb(37,61,103); }

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

border-color css

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

 span { border-color: rgb(37,61,103); }

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