Html Css Color HEX #274362 Catalina Blue

📋 copy color: '#274362'

red 39 ◦ green 67 ◦ blue 98

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

Shades of Catalina Blue #274362

Tints of Catalina Blue #274362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

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

R = 19.12%
G = 32.84%
B = 48.04%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#274362 (or 0x274362) is known color: Catalina Blue. HEX triplet: 27, 43 and 62. RGB value is (39,67,98). Sum of RGB (Red+Green+Blue) = 39+67+98=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #274362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274362 is #D8BC9D. Grayscale: #3E3E3E. Windows color (decimal): -14204062 or 6439719. OLE color: 6439719.

HSL color Cylindrical-coordinate representation of color #274362: hue angle of 211.53º 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 #274362 is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 39 67 98 -
CMYK 0.60 0.32 0 0.62
HSL 211.53º 0.43% 0.27% -
HSV(B) 211.53º 0.6% 0.38% -
XYZ 5.05 5.33 12.32 -
YUV 62.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 39 67 98 0.60 0.32 0 0.62 211.53 0.43 0.27
Hex 27 43 62 3C 20 0 3E D4 2B 1B
Octal 47 103 142 74 40 0 76 324 53 33
Binary 100111 1000011 1100010 111100 100000 0 111110 11010100 101011 11011

Color Harmonies of #274362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274362

Black with #274362

Text Example


Text Example

White with #274362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274362; }

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

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

background-color css

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

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

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

border-color css

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

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

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