Html Css Color HEX #274262 Catalina Blue

📋 copy color: '#274262'

red 39 ◦ green 66 ◦ blue 98

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

Shades of Catalina Blue #274262

Tints of Catalina Blue #274262

RGB

 RED value IS 39 (15.63% from 255) = 19.21%

 GREEN value IS 66 (26.17% from 255) = 32.51%

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

R = 19.21%
G = 32.51%
B = 48.28%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#274262 (or 0x274262) is known color: Catalina Blue. HEX triplet: 27, 42 and 62. RGB value is (39,66,98). Sum of RGB (Red+Green+Blue) = 39+66+98=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #274262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274262 is #D8BD9D. Grayscale: #3D3D3D. Windows color (decimal): -14204318 or 6439463. OLE color: 6439463.

HSL color Cylindrical-coordinate representation of color #274262: hue angle of 212.54º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #274262 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 66 98 -
CMYK 0.60 0.33 0 0.62
HSL 212.54º 0.43% 0.27% -
HSV(B) 212.54º 0.6% 0.38% -
XYZ 4.99 5.21 12.3 -
YUV 61.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 39 66 98 0.60 0.33 0 0.62 212.54 0.43 0.27
Hex 27 42 62 3C 21 0 3E D5 2B 1B
Octal 47 102 142 74 41 0 76 325 53 33
Binary 100111 1000010 1100010 111100 100001 0 111110 11010101 101011 11011

Color Harmonies of #274262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274262

Black with #274262

Text Example


Text Example

White with #274262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274262; }

 p { color: rgb(39,66,98); }

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

background-color css

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

 a { background-color: rgb(39,66,98); }

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

border-color css

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

 span { border-color: rgb(39,66,98); }

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