Html Css Color HEX #423C75 Corn Flower Blue

📋 copy color: '#423C75'

red 66 ◦ green 60 ◦ blue 117

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

Shades of Corn Flower Blue #423C75

Tints of Corn Flower Blue #423C75

RGB

 RED value IS 66 (26.17% from 255) = 27.16%

 GREEN value IS 60 (23.83% from 255) = 24.69%

 BLUE value IS 117 (46.09% from 255) = 48.15%

R = 27.16%
G = 24.69%
B = 48.15%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#423C75 (or 0x423C75) is known color: Corn Flower Blue. HEX triplet: 42, 3C and 75. RGB value is (66,60,117). Sum of RGB (Red+Green+Blue) = 66+60+117=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #423C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423C75 is #BDC38A. Grayscale: #444444. Windows color (decimal): -12436363 or 7683138. OLE color: 7683138.

HSL color Cylindrical-coordinate representation of color #423C75: hue angle of 246.32º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #423C75 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 60 117 -
CMYK 0.44 0.49 0 0.54
HSL 246.32º 0.32% 0.35% -
HSV(B) 246.32º 0.49% 0.46% -
XYZ 7.07 5.67 17.55 -
YUV 68.29 155.49 126.37 -
System Red Green Blue C M Y K H S L
Decimal 66 60 117 0.44 0.49 0 0.54 246.32 0.32 0.35
Hex 42 3C 75 2C 31 0 36 F6 20 23
Octal 102 74 165 54 61 0 66 366 40 43
Binary 1000010 111100 1110101 101100 110001 0 110110 11110110 100000 100011

Color Harmonies of #423C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C75

Black with #423C75

Text Example


Text Example

White with #423C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423C75; }

 p { color: rgb(66,60,117); }

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

background-color css

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

 a { background-color: rgb(66,60,117); }

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

border-color css

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

 span { border-color: rgb(66,60,117); }

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