Html Css Color HEX #438CCC Curious Blue

📋 copy color: '#438CCC'

red 67 ◦ green 140 ◦ blue 204

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

Shades of Curious Blue #438CCC

Tints of Curious Blue #438CCC

RGB

 RED value IS 67 (26.56% from 255) = 16.3%

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 204 (80.08% from 255) = 49.64%

R = 16.3%
G = 34.06%
B = 49.64%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#438CCC (or 0x438CCC) is known color: Curious Blue. HEX triplet: 43, 8C and CC. RGB value is (67,140,204). Sum of RGB (Red+Green+Blue) = 67+140+204=411 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.30% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #438CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CCC is #BC7333. Grayscale: #7D7D7D. Windows color (decimal): -12350260 or 13405251. OLE color: 13405251.

HSL color Cylindrical-coordinate representation of color #438CCC: hue angle of 208.03º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #438CCC is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 67 140 204 -
CMYK 0.67 0.31 0 0.2
HSL 208.03º 0.57% 0.53% -
HSV(B) 208.03º 0.67% 0.8% -
XYZ 22.59 24.31 60.63 -
YUV 125.47 172.32 86.3 -
System Red Green Blue C M Y K H S L
Decimal 67 140 204 0.67 0.31 0 0.2 208.03 0.57 0.53
Hex 43 8C CC 43 1F 0 14 D0 39 35
Octal 103 214 314 103 37 0 24 320 71 65
Binary 1000011 10001100 11001100 1000011 11111 0 10100 11010000 111001 110101

Color Harmonies of #438CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438CCC

Black with #438CCC

Text Example


Text Example

White with #438CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438CCC; }

 p { color: rgb(67,140,204); }

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

background-color css

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

 a { background-color: rgb(67,140,204); }

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

border-color css

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

 span { border-color: rgb(67,140,204); }

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